* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: #444;
    font-size: 14px;
    font-family: "Arial", "Microsoft YaHei", "����", "����", sans-serif;
    /* font-family:"sans-serif" */
}
td, th, caption {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
a {
    color: #555;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
    vertical-align: middle;
}
ul, li {
    list-style: none;
}
input, textarea, select, button {
    font: 14px "Arial", "Microsoft YaHei", "����", "����", sans-serif;
}
table {
    border-collapse: collapse;
}
html {
    overflow-y: scroll;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    *zoom: 1;
}

.detail strong{
	font-weight: bold;
}

/*������*/
.fl {
    float: left
}
.fr {
    float: right
}
.al {
    text-align: left
}
.ac {
    text-align: center
}
.ar {
    text-align: right
}
.hide {
    display: none
}
.ovt{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.w12{
    width: 1200px;
}
.tipwarpper{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(153, 153, 153, .3);
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.tipbox{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    margin-top: -100px;
    border: 1px solid #d7d7d7;
    background: #fff;
}
.tipbox .tit{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #d7d7d7;
    background: #f6f6f6;
    padding: 0 15px;
}
.tipbox .tit h5{
    float: left;
}
.tipbox .tit a.close{
    float: right;
    display: block;
    margin-top: 8px;
    width: 20px;
    height: 20px;
    background: url(../image/error001.png) no-repeat center;
}


.tipbox .text{
    padding: 20px 15px 20px 70px;
    background: url(../image/warning001.png) no-repeat 15px center;
}
.tipbox .go{
    display: block;
    float: right;
    padding: 3px 10px;
    border: 1px solid #d5dce3;
    background: #f1f5f8;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: -10px;
}

